home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / PhoneMemo / Source / English.lproj / PhoneMemo.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  688 b   |  55 lines

  1. TurboTextField = {
  2.     ACTIONS = {
  3.     textDidGetKeys:;
  4.     };
  5.     OUTLETS = {
  6.     };
  7.     SUPERCLASS = TextField;
  8. };
  9. FirstResponder = {
  10.     ACTIONS = {
  11.     };
  12.     SUPERCLASS = Object;
  13. };
  14. MemoDelegate = {
  15.     ACTIONS = {
  16.     textDidGetKeys:;
  17.     };
  18.     OUTLETS = {
  19.     memoController;
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23. MemoController = {
  24.     ACTIONS = {
  25.     quit:;
  26.     new:;
  27.     appDidInit:;
  28.     deliver:;
  29.     };
  30.     OUTLETS = {
  31.     phoneField;
  32.     pcs;
  33.     fromField;
  34.     msgField;
  35.     mailComposer;
  36.     us;
  37.     switchMatrix;
  38.     subField;
  39.     companyField;
  40.     memoPanel;
  41.     bodyField;
  42.     rs;
  43.     wcs;
  44.     toField;
  45.     };
  46.     SUPERCLASS = Object;
  47. };
  48. TurboTFCell = {
  49.     ACTIONS = {
  50.     };
  51.     OUTLETS = {
  52.     };
  53.     SUPERCLASS = TextFieldCell;
  54. };
  55.